README FILE FOR ANT WAR

This game is the property of Anarachy Enterprises

See license.txt for the conditions under which this game may be used.


FILE LIST

AntWar-Demo.swf - the flash game program
AntWar-Demo.html - sample html showing how to run game
license.txt - license terms and conditions
readme.txt - this readme

Affiliate Enabled Version

AntWar-Demo-Aff.swf - the Affiliate Enabled flash game program
AntWar-Demo-Aff.html - sample html showing how to run Affiliate Enabled game
links.xml - configure demo download url here


HOW TO PUT THE GAMES ON YOUR SITE

Upload these files including all subdirectories to an appropriate place on
your web server.  Examine the example html file to see the noted tags needed
to run the game.  Place these tags in the appropriate html on your site.


IF YOU ARE AN AFFILIATE

If you are an affiliate of ours, you may embed your affiliate id into the
game by using the affiliate enabled version of the game and modifying
the links.xml file.  The following example
shows placing the affiliate id 1234.  Substitute the sample 1234 value with
your valid affiliate id.

<?xml version="1.0" encoding="UTF-8"?>
<props>
<download_link>http://www.arcadetown.com/antwar/download.asp?aid=1234</download_link>
<buy_link>http://www.arcadetown.com/antwar/ordergame.asp?aid=1234</buy_link>
</props>


CAUTION: LINKS.XML AND DIRECTORY LOCATIONS

Be sure to place the .swf file and .xml file in the same directory as the
html that displays the game. This game tries to load the .xml from the url
of the html. If you must place the .swf in a separate directory, place
the .swf and .xml together in that different directory and reference the game using
an iframe like this example.

<iframe frameborder="0" scrolling="no" width=640 height=480 src="http://www.somesite.com/swf/antwar/AntWar-Demo.swf" align="top"></iframe>

Alternatively you could also use an isapirewrite or htaccess rule to cause
your web server to serve the the xml file from a different location.
